#include <iostream.h>
void main()
    
       cout << "Witaj, wiecie!" << endl;
    }
